home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00981_Script_8NTV Vinny Checker < prev    next >
Text File  |  1995-05-21  |  455b  |  13 lines

  1. on exitFrame
  2.   global TV1, g15A, WHICHPLAYER
  3.   
  4.   if not (g15A = "c") then 
  5.     put "" into TV1
  6.   else
  7.     if item 11 of line 9 of whichplayer = "MST15_1.PCT" then put "A" into TV1
  8.     if item 11 of line 9 of whichplayer = "MST15_2.PCT" then put "B" into TV1
  9.     if item 11 of line 9 of whichplayer = "MST15_3.PCT" then put "C" into TV1
  10.     if item 11 of line 9 of whichplayer = "MST15_4.PCT" then put "D" into TV1
  11.   end if
  12.   turnOnDaycons
  13. end